home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_437 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-03-26  |  106 b   |  7 lines

  1. on(press){
  2.    _root.muchbikes = 4;
  3.    _root.screencounter = 0;
  4.    _parent.play();
  5.    _Y = _Y + 2;
  6. }
  7.